StopTrackingHeapObjectsRequest

data class StopTrackingHeapObjectsRequest(reportProgress: Boolean?, treatGlobalObjectsAsRoots: Boolean?)

Represents request frame that can be used with HeapProfiler#stopTrackingHeapObjects operation call.

See also

Constructors

StopTrackingHeapObjectsRequest
Link copied to clipboard
fun StopTrackingHeapObjectsRequest(reportProgress: Boolean? = null, treatGlobalObjectsAsRoots: Boolean? = null)

Properties

reportProgress
Link copied to clipboard
val reportProgress: Boolean? = null
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
treatGlobalObjectsAsRoots
Link copied to clipboard
val treatGlobalObjectsAsRoots: Boolean? = null

Sources

jvm source
Link copied to clipboard